home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16244 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  506 b 

  1. Path: jth.ping.de!jth
  2. Date: 09 Apr 1996 21:20:00 +0100
  3. From: jth@jth.ping.de (Jens Theisen)
  4. Newsgroups: comp.lang.c++
  5. Message-ID: <66W25t5UoNB@jth.ping.de>
  6. References: <316901DA.3138C677@ablecom.net>
  7. Subject: Re: easy c++ question
  8. X-Newsreader: CrossPoint v3.1
  9.  
  10. You should be right. Constructors are called implicitly when an object of  
  11. this class is created. Perhaps your constructor hasn't the same parameter  
  12. list than the one your are using to create the object.
  13.  
  14.  - Jens Theisen / jth@jth.ping.de -
  15.